testing.F.fstate (field)

12 uses

	testing (current package)
		fuzz.go#L71: 	fstate *fuzzState
		fuzz.go#L248: 	if f.fstate.mode != fuzzWorker {
		fuzz.go#L250: 			if err := f.fstate.deps.CheckCorpus(c.Values, types); err != nil {
		fuzz.go#L257: 		c, err := f.fstate.deps.ReadCorpus(filepath.Join(corpusDir, f.name), types)
		fuzz.go#L263: 			if f.fstate.mode == fuzzCoordinator {
		fuzz.go#L337: 				defer f.fstate.deps.SnapshotCoverage()
		fuzz.go#L338: 				f.fstate.deps.ResetCoverage()
		fuzz.go#L350: 	switch f.fstate.mode {
		fuzz.go#L357: 		err := f.fstate.deps.CoordinateFuzzing(
		fuzz.go#L384: 		if err := f.fstate.deps.RunFuzzWorker(func(e corpusEntry) error {
		fuzz.go#L529: 					fstate: fstate,
		fuzz.go#L613: 		fstate: fstate,